hunt-snapshot-0_10_7 ~master (2019-09-12T04:35:55Z)
Dub
Repo
RouteInfo
hunt
routing
routegroup
Undocumented in source.
class
RouteInfo {
string
mca
;
string
path
;
HTTP_METHODS
[]
methods
;
this
(string mca, string path, HTTP_METHODS[] methods);
}
Constructors
this
this
(string mca, string path, HTTP_METHODS[] methods)
Undocumented in source.
Members
Variables
mca
string
mca
;
Undocumented in source.
methods
HTTP_METHODS
[]
methods
;
Undocumented in source.
path
string
path
;
Undocumented in source.
Meta
Source
See Implementation
hunt
routing
routegroup
classes
RouteGroup
RouteInfo
RoutePathInfo
RouteRegInfo